SftTree/NET 2.0

ScrollRight Method, SftTree Class

Softel vdm, Inc.

Scrolls the items in the item area to the right.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Sub ScrollRight( ByVal fLeftPane As Boolean )

C#   

public void ScrollRight( bool fLeftPane );

C++   

public: void ScrollRight( bool fLeftPane );

fLeftPane

Defines whether the left pane (True) or right pane (False) is scrolled.

Comments

The ScrollRight method scrolls the items in the item area to the right.

Scrolling left/right is identical to changing the HorizontalOffset and HorizontalOffsetRight properties.

The ScrollRight method scrolls by 1/10 of the width of the selected pane.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com